.footer {
  background: #084D6C;
}
.footer > div {
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  padding: 6px 0 10px;
}
.footer > div p {
  color: #ffffff;
  line-height: 30px;
}
.footer .friend-link {
  line-height: 24px;
  padding: 14px 0;
  color: #e5e5e5;
}
.footer .friend-link a{
	color:#ffffff;
}
.footer .friend-link .foot-select a{
	color:#0645ae;
}
.footer .divide {
  padding: 0 6px;
}
.J-focus{
	cursor:pointer;
}
.footer .foot-select {
  position: relative;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  width: 178px;
  border: 1px solid #e5e5e5;
  text-indent: 12px;
  text-align: left;
}
.footer .foot-select .bg {
  width: 12px;
  height: 6px;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
  background: url("../img/icon.png") no-repeat;
  background-position: 0 -520px;
}
.footer .select-option {
  width: 100%;
  position: absolute;
  left: -1px;
  bottom: 22px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  display: none;
  z-index: 9;
  color: #333333;
  cursor:pointer;
  max-height:264px;
  
}
.footer .select-option li {
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-indent: 8px;
  background: #ffffff;
  overflow:hidden;
}
.footer .select-option li:hover,
.footer .select-option li.act {
  background: #e1e1e1;
}
/*# sourceMappingURL=index.css.map */